home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Chip 1997 March
/
CHIP Mart 1997.iso
/
SurfCam
/
SURFCAM.Z
/
SODICK.E4
< prev
next >
Wrap
Text File
|
1996-04-01
|
3KB
|
96 lines
name Sodick EDM 4 Axis
: >4
N 4
G 2
g 2 G
X ->3.>4
Y ->3.>4
I ->3.>4
J ->3.>4
K ->3.>4
L ->3.>4
U ->3.>5 IncFrom X
V ->3.>5 IncFrom Y
A >3.>4
Q >4
R ->3.>4
P 4
F >3.>2
H >4
D >2
T 2
M 2
S >4
C 3
ModalGs 0 1 2 3 # List of g codes that are modal
Sequence#s N 1 5 5 # Char, freq, incr & start
First#? N # Y or N 'Output 1st sequence no.
Last#? N # Y or N 'Output last sequence no.
HCode X U # X or X U 'Horizontal char.
VCode Y V # Y or Y V 'Vertical char.
Feedcode F # Feed rate char.
Comment ' # Begin End comment char.
Spindle 3 4 5 # Cw, ccw & stop m codes
Coolant 17 27 17 # On, Off & Mist m codes
DComp 41 42 40 # Left, Right & Cancel m codes
LComp 43 49 # On & Off codes
Feed G1 # Linear move
Rapid G0 # Rapid positioning word
Cw G2 # Circular move clockwise
Ccw G3 # Circular move counter clockwise
Inc/Abs G 91 90 # Inc & Abs char. & values
Spaces? Y # Y or N 'Spaces between words
Incremental? N # Y or N 'Inc or abs output
CtrIncremental? Y # Y or N 'Inc or abs I & J
ByQuadrants? N # Y or N 'Break arcs at quadrants
CtrCode I J K L
UppercaseComments? Y # Y or N 'Require uppercase comments
MaxRad 999 .0005 # Chordal breakdown value
ArcWithSame? N # Support XY/UV arc records
ArcWithLine? N # Support UV arc records
StartCode # Start of the program
:[Program#]
G90
End
1stToolChange # First tool change
G[Work]
G92 X0 Y0
C207
G40 H0
G50 A0
End
Infeed # Enable cutter comp
G[Side] X[H] Y[V] U[H2] V[V2]
end
Outfeed # Disable cutter comp
G40 G50 G1 X[H] Y[V]
end
ToolChange # Secondary tool changes
g91 M5
T90
M00
G90
G0 X[H] Y[V]
M00
End
EndCode # End of the program
M2
M99
End